github.com/andybalholm/brotli.ringBuffer.size_ (field)
11 uses
github.com/andybalholm/brotli (current package)
ringbuffer.go#L19: size_ uint32
ringbuffer.go#L36: *(*uint32)(&rb.size_) = 1 << uint(window_bits)
ringbuffer.go#L39: *(*uint32)(&rb.total_size_) = rb.size_ + rb.tail_size_
ringbuffer.go#L73: var p uint = uint(rb.size_ + uint32(masked_pos))
ringbuffer.go#L100: rb.buffer_[rb.size_-2] = 0
ringbuffer.go#L102: rb.buffer_[rb.size_-1] = 0
ringbuffer.go#L111: if uint32(masked_pos+n) <= rb.size_ {
ringbuffer.go#L120: copy(rb.buffer_, bytes[rb.size_-uint32(masked_pos):][:uint32(n)-(rb.size_-uint32(masked_pos))])
ringbuffer.go#L126: rb.data_[0] = rb.buffer_[rb.size_-2]
ringbuffer.go#L127: rb.data_[1] = rb.buffer_[rb.size_-1]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |